home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / find.h < prev    next >
C/C++ Source or Header  |  1991-02-27  |  450b  |  27 lines

  1. #if !defined(find_included)
  2. #define find_included
  3. /*
  4. // Abstract:
  5. //    FIND---Searching for Comment
  6. //
  7. //    The Searching for Comment C include file defines the interface
  8. //    to the Searching for Comment routines.
  9. //
  10. // Author:
  11. //    Derek S. Nickel
  12. //
  13. // Creation date:
  14. //    16 January 1991
  15. //
  16. // History:
  17. // V01-001    Derek S. Nickel        16-JAN-1991
  18. //    Original.
  19. //
  20. */
  21.  
  22. #include "memory.h"
  23.  
  24. extern void find_comment(bin5_t start, bin5_t end, char *data);
  25.  
  26. #endif
  27.